SG Window | Window Object |
GetWindowDC Method |
Properties Methods Events Constants Error Codes |
Returns device context for the entire window.
object.GetWindowDC
Part | Description |
object | The object is expression that evaluates to Window object |
When you are finished with device context returned form GetWindowDC, you must call the ReleaseDC function to release the device context.